From: Laszlo Boszormenyi (GCS) Date: Tue, 2 Dec 2025 18:03:25 +0000 (+0100) Subject: disable IPv4 only tests X-Git-Tag: archive/raspbian/0.22.0-3+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ba03a540701a6f587e272ac4d13c1eb9cbd9ac97;p=thrift.git disable IPv4 only tests Forwarded: no Bug-Debian: https://bugs.debian.org/1011011 Last-Update: 2025-10-11 As these tests are IPv4 only, fail to work on IPv6 hosts. Disable to prevent FTBFS. Gbp-Pq: Name disable_IPv4_only_tests.patch --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index abcd1e9..f6c7a16 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -85,7 +85,6 @@ Benchmark_SOURCES = \ Benchmark_LDADD = libtestgencpp.la check_PROGRAMS = \ - UnitTests \ UnitTestsUuid \ UnitTestsUuidNoDirective \ TFDTransportTest \ @@ -110,9 +109,9 @@ check_PROGRAMS = \ if AMX_HAVE_LIBEVENT noinst_PROGRAMS += \ processor_test -check_PROGRAMS += \ - TNonblockingServerTest \ - TNonblockingSSLServerTest +#check_PROGRAMS += \ +# TNonblockingServerTest \ +# TNonblockingSSLServerTest endif TESTS_ENVIRONMENT= \